﻿@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body{font-size:14px;font-family:"微软雅黑";color:#333; overflow-x:hidden;}
ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:lighter;}
a{ text-decoration:none;}
img{border:none;}
input,select,textarea{font-family:"微软雅黑";font-size:14px;outline:none;}
.clear{clear:both;}
em,i{ font-style:normal;}

.top{width:100%;}
.top .item_t{width:100%;height:30px;line-height:30px; overflow:hidden; background:#eee;}
.top .item_t .c{width:1200px;margin:0 auto;}
.top .item_t .c h1{float:left;font-size:13px;color:#666;}
.top .item_t .c p{float:right;font-size:13px;}
.top .item_t .c p a{color:#666;margin-left:10px;margin-right:10px;}
.top .item_t .c p a:hover{color:#c4151c;}
.top .item_t .c p a.on{color:#c4151c;}
.top .item_c{width:100%;height:120px; background:#fff; overflow:hidden;}
.top .item_c .c{width:1200px; margin:0 auto;}
.top .item_c .c .logo{float:left;margin-top:28px;}
.top .item_c .c p{float:right;margin-top:25px;}
.top .nav{width:100%;height:55px; background:#312d2d;}
.top .nav .c{width:1200px;margin:0 auto;}
.top .nav .c ul li{float:left;width:148px;line-height:55px;text-align:center;font-size:16px; transition:all 0.3s;}
.top .nav .c.b ul li{width:171px}
.top .nav .c ul li a{color:#fff; display:block;}
.top .nav .c ul li a.on{background:#d21818;}
.top .nav .c ul li:hover{background:#d21818;}

/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#a80007;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:40px;line-height:40px;font-size:14px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li a{color:#333;}
#floatDivBoxs .floatDtxt{font-size:16px; font-weight:bold;color:#333;padding:12px 14px;padding-bottom:0;}
#floatDivBoxs .floatDtel{padding:0 0 5px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}
